-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refact: adjust hugegraph project structure to prepare for merge #2266
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 tasks
imbajin
added
feature
New feature
dependencies
Incompatible dependencies of package
java11
Upgrade to java 11+
labels
Aug 3, 2023
26 tasks
26 tasks
26 tasks
26 tasks
modify pom description as well
imbajin
approved these changes
Aug 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: |
14 tasks
imbajin
pushed a commit
that referenced
this pull request
Nov 8, 2023
#2338) ## Purpose of the PR Subtask of #2265. Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level. ## Main Changes Roll back to the moment when #2266 was merged on `pd-store` and incorporate the latest changes in `master`. For more detailed information, please refer to #2266 (comment). --------- Co-authored-by: M <[email protected]>
VGalaxies
added a commit
to VGalaxies/incubator-hugegraph
that referenced
this pull request
Nov 10, 2023
apache#2338) Subtask of apache#2265. Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level. Roll back to the moment when apache#2266 was merged on `pd-store` and incorporate the latest changes in `master`. For more detailed information, please refer to apache#2266 (comment). --------- Co-authored-by: M <[email protected]>
imbajin
pushed a commit
that referenced
this pull request
Nov 10, 2023
#2338) Subtask of #2265. Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level. Roll back to the moment when #2266 was merged on `pd-store` and incorporate the latest changes in `master`. For more detailed information, please refer to #2266 (comment). --------- Co-authored-by: M <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of the PR
subtask of #2265
Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level.
Main Changes
The following files are currently in the root directory of this repository:
After adjusting the project structure, the existing sub-modules will be moved to the
hugegraph-server
folder, and two new folders,hugegraph-pd
andhugegraph-store
, are added for future integration (add emptyREADME.md
files in these folders for being tracked by git).This PR also establishes a basic pom hierarchy for maven to recognize changes in the project structure. It is important to note that this PR changed the
revision
property to1.5.0
, which caused the maven build to fail. After changing it to1.0.0
, the sub-modulehugegraph-server
(formerly the parent module) can still be successfully built.The remaining configuration files in the root directory will be adjusted in subsequent PRs.
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need